adTempus API
PreviousUpNext
IDaySpecification::DayMask Property

Bitmask defining the days of the month on which the item will be executed

C++
__property long DayMask;
C#
long DayMask;
Visual Basic
Property DayMask() As long
Default Value

0

The DayMask allows you to get or set the day selection, without selecting individual days using the Days property. The DayMask is a bit mask, with bits 1-31 representing days 1-31. For example, to select days 1 and 3 you would set bits 1 (=&h2 or binary 10) and 2 (=&h4 or binary 100), so the DayMask would be set to 6 (binary 110). To select all days, set the DayMask to SpecialMaskValuesEnum.MaskAllDays.

adTempus API Reference version 3.0.0.0, revised 10/30/2008